derelict.glib.gqueue

Undocumented in source.

Members

Aliases

GQueue
alias GQueue = _GQueue
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_queue_clear
alias da_g_queue_clear = void function(GQueue* queue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_queue_copy
alias da_g_queue_copy = GQueue* function(GQueue* queue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_queue_delete_link
alias da_g_queue_delete_link = void function(GQueue* queue, GList* link_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_queue_find
alias da_g_queue_find = GList* function(GQueue* queue, gconstpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_queue_find_custom
alias da_g_queue_find_custom = GList* function(GQueue* queue, gconstpointer data, GCompareFunc func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_queue_foreach
alias da_g_queue_foreach = void function(GQueue* queue, GFunc func, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_queue_free
alias da_g_queue_free = void function(GQueue* queue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_queue_free_full
alias da_g_queue_free_full = void function(GQueue* queue, GDestroyNotify free_func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_queue_get_length
alias da_g_queue_get_length = guint function(GQueue* queue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_queue_index
alias da_g_queue_index = gint function(GQueue* queue, gconstpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_queue_init
alias da_g_queue_init = void function(GQueue* queue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_queue_insert_after
alias da_g_queue_insert_after = void function(GQueue* queue, GList* sibling, gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_queue_insert_before
alias da_g_queue_insert_before = void function(GQueue* queue, GList* sibling, gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_queue_insert_sorted
alias da_g_queue_insert_sorted = void function(GQueue* queue, gpointer data, GCompareDataFunc func, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_queue_is_empty
alias da_g_queue_is_empty = gboolean function(GQueue* queue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_queue_link_index
alias da_g_queue_link_index = gint function(GQueue* queue, GList* link_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_queue_new
alias da_g_queue_new = GQueue* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_queue_peek_head
alias da_g_queue_peek_head = gpointer function(GQueue* queue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_queue_peek_head_link
alias da_g_queue_peek_head_link = GList* function(GQueue* queue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_queue_peek_nth
alias da_g_queue_peek_nth = gpointer function(GQueue* queue, guint n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_queue_peek_nth_link
alias da_g_queue_peek_nth_link = GList* function(GQueue* queue, guint n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_queue_peek_tail
alias da_g_queue_peek_tail = gpointer function(GQueue* queue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_queue_peek_tail_link
alias da_g_queue_peek_tail_link = GList* function(GQueue* queue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_queue_pop_head
alias da_g_queue_pop_head = gpointer function(GQueue* queue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_queue_pop_head_link
alias da_g_queue_pop_head_link = GList* function(GQueue* queue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_queue_pop_nth
alias da_g_queue_pop_nth = gpointer function(GQueue* queue, guint n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_queue_pop_nth_link
alias da_g_queue_pop_nth_link = GList* function(GQueue* queue, guint n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_queue_pop_tail
alias da_g_queue_pop_tail = gpointer function(GQueue* queue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_queue_pop_tail_link
alias da_g_queue_pop_tail_link = GList* function(GQueue* queue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_queue_push_head
alias da_g_queue_push_head = void function(GQueue* queue, gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_queue_push_head_link
alias da_g_queue_push_head_link = void function(GQueue* queue, GList* link_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_queue_push_nth
alias da_g_queue_push_nth = void function(GQueue* queue, gpointer data, gint n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_queue_push_nth_link
alias da_g_queue_push_nth_link = void function(GQueue* queue, gint n, GList* link_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_queue_push_tail
alias da_g_queue_push_tail = void function(GQueue* queue, gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_queue_push_tail_link
alias da_g_queue_push_tail_link = void function(GQueue* queue, GList* link_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_queue_remove
alias da_g_queue_remove = gboolean function(GQueue* queue, gconstpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_queue_remove_all
alias da_g_queue_remove_all = guint function(GQueue* queue, gconstpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_queue_reverse
alias da_g_queue_reverse = void function(GQueue* queue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_queue_sort
alias da_g_queue_sort = void function(GQueue* queue, GCompareDataFunc compare_func, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_queue_unlink
alias da_g_queue_unlink = void function(GQueue* queue, GList* link_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

g_queue_clear
void g_queue_clear(GQueue* queue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_queue_copy
GQueue* g_queue_copy(GQueue* queue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_queue_delete_link
void g_queue_delete_link(GQueue* queue, GList* link_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_queue_find
GList* g_queue_find(GQueue* queue, gconstpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_queue_find_custom
GList* g_queue_find_custom(GQueue* queue, gconstpointer data, GCompareFunc func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_queue_foreach
void g_queue_foreach(GQueue* queue, GFunc func, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_queue_free
void g_queue_free(GQueue* queue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_queue_free_full
void g_queue_free_full(GQueue* queue, GDestroyNotify free_func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_queue_get_length
guint g_queue_get_length(GQueue* queue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_queue_index
gint g_queue_index(GQueue* queue, gconstpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_queue_init
void g_queue_init(GQueue* queue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_queue_insert_after
void g_queue_insert_after(GQueue* queue, GList* sibling, gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_queue_insert_before
void g_queue_insert_before(GQueue* queue, GList* sibling, gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_queue_insert_sorted
void g_queue_insert_sorted(GQueue* queue, gpointer data, GCompareDataFunc func, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_queue_is_empty
gboolean g_queue_is_empty(GQueue* queue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_queue_link_index
gint g_queue_link_index(GQueue* queue, GList* link_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_queue_new
GQueue* g_queue_new()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_queue_peek_head
gpointer g_queue_peek_head(GQueue* queue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_queue_peek_head_link
GList* g_queue_peek_head_link(GQueue* queue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_queue_peek_nth
gpointer g_queue_peek_nth(GQueue* queue, guint n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_queue_peek_nth_link
GList* g_queue_peek_nth_link(GQueue* queue, guint n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_queue_peek_tail
gpointer g_queue_peek_tail(GQueue* queue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_queue_peek_tail_link
GList* g_queue_peek_tail_link(GQueue* queue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_queue_pop_head
gpointer g_queue_pop_head(GQueue* queue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_queue_pop_head_link
GList* g_queue_pop_head_link(GQueue* queue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_queue_pop_nth
gpointer g_queue_pop_nth(GQueue* queue, guint n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_queue_pop_nth_link
GList* g_queue_pop_nth_link(GQueue* queue, guint n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_queue_pop_tail
gpointer g_queue_pop_tail(GQueue* queue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_queue_pop_tail_link
GList* g_queue_pop_tail_link(GQueue* queue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_queue_push_head
void g_queue_push_head(GQueue* queue, gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_queue_push_head_link
void g_queue_push_head_link(GQueue* queue, GList* link_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_queue_push_nth
void g_queue_push_nth(GQueue* queue, gpointer data, gint n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_queue_push_nth_link
void g_queue_push_nth_link(GQueue* queue, gint n, GList* link_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_queue_push_tail
void g_queue_push_tail(GQueue* queue, gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_queue_push_tail_link
void g_queue_push_tail_link(GQueue* queue, GList* link_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_queue_remove
gboolean g_queue_remove(GQueue* queue, gconstpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_queue_remove_all
guint g_queue_remove_all(GQueue* queue, gconstpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_queue_reverse
void g_queue_reverse(GQueue* queue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_queue_sort
void g_queue_sort(GQueue* queue, GCompareDataFunc compare_func, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_queue_unlink
void g_queue_unlink(GQueue* queue, GList* link_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

g_queue_clear
da_g_queue_clear g_queue_clear;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_queue_copy
da_g_queue_copy g_queue_copy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_queue_delete_link
da_g_queue_delete_link g_queue_delete_link;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_queue_find
da_g_queue_find g_queue_find;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_queue_find_custom
da_g_queue_find_custom g_queue_find_custom;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_queue_foreach
da_g_queue_foreach g_queue_foreach;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_queue_free
da_g_queue_free g_queue_free;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_queue_free_full
da_g_queue_free_full g_queue_free_full;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_queue_get_length
da_g_queue_get_length g_queue_get_length;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_queue_index
da_g_queue_index g_queue_index;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_queue_init
da_g_queue_init g_queue_init;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_queue_insert_after
da_g_queue_insert_after g_queue_insert_after;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_queue_insert_before
da_g_queue_insert_before g_queue_insert_before;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_queue_insert_sorted
da_g_queue_insert_sorted g_queue_insert_sorted;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_queue_is_empty
da_g_queue_is_empty g_queue_is_empty;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_queue_link_index
da_g_queue_link_index g_queue_link_index;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_queue_new
da_g_queue_new g_queue_new;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_queue_peek_head
da_g_queue_peek_head g_queue_peek_head;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_queue_peek_head_link
da_g_queue_peek_head_link g_queue_peek_head_link;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_queue_peek_nth
da_g_queue_peek_nth g_queue_peek_nth;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_queue_peek_nth_link
da_g_queue_peek_nth_link g_queue_peek_nth_link;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_queue_peek_tail
da_g_queue_peek_tail g_queue_peek_tail;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_queue_peek_tail_link
da_g_queue_peek_tail_link g_queue_peek_tail_link;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_queue_pop_head
da_g_queue_pop_head g_queue_pop_head;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_queue_pop_head_link
da_g_queue_pop_head_link g_queue_pop_head_link;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_queue_pop_nth
da_g_queue_pop_nth g_queue_pop_nth;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_queue_pop_nth_link
da_g_queue_pop_nth_link g_queue_pop_nth_link;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_queue_pop_tail
da_g_queue_pop_tail g_queue_pop_tail;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_queue_pop_tail_link
da_g_queue_pop_tail_link g_queue_pop_tail_link;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_queue_push_head
da_g_queue_push_head g_queue_push_head;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_queue_push_head_link
da_g_queue_push_head_link g_queue_push_head_link;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_queue_push_nth
da_g_queue_push_nth g_queue_push_nth;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_queue_push_nth_link
da_g_queue_push_nth_link g_queue_push_nth_link;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_queue_push_tail
da_g_queue_push_tail g_queue_push_tail;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_queue_push_tail_link
da_g_queue_push_tail_link g_queue_push_tail_link;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_queue_remove
da_g_queue_remove g_queue_remove;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_queue_remove_all
da_g_queue_remove_all g_queue_remove_all;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_queue_reverse
da_g_queue_reverse g_queue_reverse;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_queue_sort
da_g_queue_sort g_queue_sort;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_queue_unlink
da_g_queue_unlink g_queue_unlink;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

_GQueue
struct _GQueue
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta